/*
* @Author: tonyJin
* @Date:   2017-08-03 22:09:22
* @Last Modified by:   tony
* @Last Modified time: 2017-09-27 09:44:50
*/

/*
 * reset
 */
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #393a45;
    font: 14px/1.8 'Microsoft Yahei', Arial, sans-serif
}

input, textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: middle
}

body, button, dd, dl, form, h1, h2, h3, h4, h5, ol, p, ul, menu {
    margin: 0
}

ol, ul, menu {
    padding-left: 0;
    list-style-type: none
}

a, input, select, textarea {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

/*禁止点击时出现蓝色区域*/
a {
    outline: 0;
    color: #000;
    text-decoration: none;
    font-family: "微软雅黑"
}

a:hover {
    color: #af302d
}

b, i {
    font-style: normal
}

input, b, h1, img, span, *:before, *:after, .arrs, .mask2, a.cateMore, .media-box h5, .media-box p {
    -moz-transition: all ease-in-out 0.35s;
    -webkit-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s;
}

/*animate*/
@keyframes rightOpacityShow {
    0% {
        transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateYOpacityAn {
    0% {
        -moz-transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes rotateYOpacityAn {
    0% {
        -webkit-transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-o-keyframes rotateYOpacityAn {
    0% {
        -o-transform: translateX(-80px);
        opacity: 0;
    }
    80% {
        -o-transform: translateX(20px);
    }
    100% {
        -o-transform: translateX(0);
        opacity: 1;
    }
}

/*
 * common
 */
.page {
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.opc0 {
    opacity: 0;
}

.clear {
    *zoom: 1;
}

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.btn {
    cursor: pointer;
}

.hide {
    display: none;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header .navWrap {
    background: #fff;
    position: relative;
}

.header .navWrap:after {
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 100%
}

.header .navWrap:before {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    background: #0ba754;
    right: 100%;
    top: 0
}

/*sublogo*/
.sublogo {
    background: #0ba754;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1em 5em 1em 1em;
}

.sublogo:before {
    display: block;
    content: '';
    width: 40px;
    height: 100%;
    position: absolute;
    background: #0ba754;
    right: 100%;
    top: 0
}

.sublogo:after {
    display: block;
    content: '';
    position: absolute;
    background: #0ba754;
    height: 100%;
    width: 80px;
    transform: skewX(-30deg);
    top: 0;
    right: 0;
    margin-right: -40px
}

/* animite*/
.header {
    transition: bottom .5s, background .5s, height .5s, top .5s, line-height .5s;
}

.header * {
    transition: all .5s;
}

@media screen and (min-width: 1024px) {
    .header.header-min .wrap {
    }

    .header.header-min .logo, .header.header-min .navBox {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    .header.header-min .logo {
        height: 90px;
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .header.header-min .nav_transform1 ul.navCont li.child a {
        line-height: 90px;
    }

    .header.header-min .navWrap:before {
        opacity: 0
    }

    .header.header-min .sublogo {
        opacity: 0
    }
}


/*TOP*/
.bar {
    background: #333333;
    color: #cccccc;
    position: relative;
    clear: both;
    line-height: 36px;
    overflow: hidden;
    font-size: 12px;
    font-weight: lighter;
    border-bottom: 1px solid #e5e5e5
}

.bar a {
    color: #cccccc;
}

.bar ul li {
    float: left;
    font-size: 12px
}

.bar ul li i.split {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 9px;
    background: #8d8d8d;
    margin: 0 4px
}

/* LOGO */
.logo {
    float: left;
    width: 32%;
    height: 104px;
    vertical-align: middle;
    z-index: 2;
    position: relative;
    margin: 0;
    text-align: center
}

.logo a {
    display: block;
    height: 100%
}

.logo span {
    display: inline-block;
    height: 100%;
    width: 0;
    text-align: center;
    vertical-align: middle;
}

.logo img {
    vertical-align: middle;
    max-height: 100%
}

.logo:after {
    display: none;
    content: '';
    width: 1px;
    height: 68px;
    background-color: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -34px
}

.htel {
    width: 10%;
    float: right;
    height: 90px;
    padding-right: 2%;
    color: #676767
}

/* 导航按钮 1*/
.wapNavBtn {
    position: absolute;
    top: 16px;
    right: 5px;
    display: none;
    width: 24px;
    font-size: 24px;
    cursor: pointer;
    animation: transform .6s ease-in-out 0s both;
    -moz-animation: transform .6s ease-in-out 0s both;
    -webkit-animation: transform .6s ease-in-out 0s both;
    -o-animation: transform .6s ease-in-out 0s both;
    z-index: 99
}

.wapNavPointer {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

/* 导航按钮2*/
button.nav-trigger {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    height: 60px;
    width: 50px;
    margin-top: -30px;
    padding: 0 12px;
    background: 0 0;
    border: 0;
    outline: 0
}

.nav-trigger {
    transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);
    transition: transform .3s cubic-bezier(.86, 0, .07, 1)
}

.nav-icon {
    position: relative;
    top: 2px;
    right: inherit;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #000;
    border-radius: 2.5rem;
    transition: all .3s
}

.nav-icon:after, .nav-icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2.5rem;
    background-color: #000;
    transition: all .3s
}

.nav-icon:before {
    top: 7px
}

.nav-icon:after {
    top: -7px
}

/*.navigation-is-visible .nav-trigger{-webkit-transform:translate3d(84vw,0,0);transform:translate3d(84vw,0,0)}*/
.navigation-is-visible .nav-icon {
    background-color: transparent !important
}

.navigation-is-visible .nav-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    background-color: #fff
}

.navigation-is-visible .nav-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background-color: #fff
}

/*导航2*/
.navBox {
    background-color: #fff;
    width: 66%;
    float: right;
    padding-right: 2%
}

.nav_transform1 {
    position: relative;
}

.nav_transform1 .navTop {
    position: absolute;
    top: 0px;
    display: none;
    height: 4px;
    background: #00aa3a;
    z-index: 2
}

.nav_transform1 .navTop {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.nav_transform1 ul.navCont {
    font-size: 16px
}

.nav_transform1 ul.navCont li.child {
    position: relative;
    float: left;
    width: 12.5%;
    text-align: center;
}

.nav_transform1 ul.navCont li.child.last {
    margin-right: 0
}

.nav_transform1 ul.navCont li.child a {
    display: block;
    line-height: 104px;
    transition: initial;
}

.nav_transform1 ul.navCont li.child a:hover, .nav_transform1 ul.navCont li.child.cur a {
    background: #0c6fd4;
    color: #fff
}

.nav_transform1 ul.navCont li.child a:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #efefef
}

.nav_transform1 ul.navCont li.child.last a:after {
    display: none;
}

.nav_transform1 ul.navCont li.child a span {
    transition: initial;
    padding: 5px 0;
}

.nav_transform1 ul.navCont li.child a.cur span {
    border-bottom: 3px solid #ff9c01;
}

/*二级*/
.nav_transform1 ul.navCont li.child .childcont {
    display: none;
    position: absolute;
    top: 100%;
    width: 125%;
    z-index: 999;
}

.nav_transform1 ul.navCont li.child .childcont li a {
    font-size: 14px;
    background-color: #0c6fd4;
    color: #fff;
    padding: 10px 0;
    line-height: 1.8 !important
}

.nav_transform1 ul.navCont li.child .childcont li a:after {
    display: none;
}

.nav_transform1 ul.navCont li.child .childcont li a:hover {
    background: #fff;
    color: #000
}


/*
 * footer
 */
.footer {
    background: #0150a4;
    color: #6f7174
}

.footer a {
    color: #6f7174
}

.footer a:hover {
    text-decoration: underline;
    color: inherit;
}

.footer_detail {
    padding: 15px 10px 0 10px
}

.footer_detail span {
    padding-right: 30px
}

.footer_detail ul {
    width: 103%
}

.footer_detail ul li {
    width: 17%;
    float: left;
    line-height: 1.3;
    text-align: left;
    margin-right: 3%;
    padding-top: 55px
}

.footer_detail ul li p {
    padding-left: 36px
}

.footer_detail ul li i {
    float: left;
    font-size: 3rem
}

/*导航*/
.footer_nav {
    padding: 1em 0;
    text-align: center;
    background: #0ba754
}

.footer_nav a {
    padding: 0 10px;
    position: relative;
    color: #fff;
}

.footer_nav a:after {
    display: block;
    content: '';
    width: 1px;
    height: 11px;
    background-color: #0ba754;
    position: absolute;
    right: 0;
    top: 5px
}

.footer_nav a.last:after {
    display: none;
}

/*友链*/
.footer_link {
    padding: 1em 0;
    text-align: center;
    background-color: #f6f6f6
}

.footer_link a {
    color: #6e6e6e;
    padding: 0 4px
}

.footer_link a:hover {
}

/**/
.footer_info {
    padding: 1.5rem 0;
    background: #303338
}

.footer_info h1 {
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding: 0.5em 0;
    position: relative;
}

.footer_info h1 small {
    color: #90bcea;
    font-size: 1rem;
    font-weight: normal;
}

.footer_info h1:after {
    display: block;
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -1px
}

.footer .form-control {
    border: 1px solid #3e8ed6;
    background-color: #1076d2;
    color: #7bb5e9
}

.footer textarea.form-control {
    height: 110px
}

/*底部导航*/
.footer_info dl {
    width: 12.5%;
    float: left;
}

.footer_info dl dt {
    color: #333333;
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.footer_info dl dt:after {
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background: #dadada;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer_info dl dd {
    line-height: 2;
    font-size: 12px
}

.footer_info dl dd a {
    color: #979595
}

.footer_info dl dd a:hover {
    color: #333333;
    text-decoration: underline;
}

/*二维码*/
.footer_qr {
    font-size: 12px;
    text-align: right;
}

.footer_qr img {
    float: right;
}

.footer_qr div {
    padding-right: 140px;
    font-size: 14px;
}

.footer_qr div span {
    font-size: 24px;
    color: #ff9600;
}

.footer_qr div a {
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #ff9600;
    width: 130px;
    line-height: 2.4;
    margin-bottom: 10px
}

.footer_qr div a i {
    margin-right: 10px
}

/*版权*/
.footer_copy {
    font-size: 12px;
    border-top: 1px solid #90bcea;
    padding: 10px 0
}

.footer_copy span {
    padding-right: 10px
}

.shareBox {
    padding-bottom: 2em
}

.shareBox li {
    display: inline-block;
}

.shareBox li a {
    background: #4d4d4d;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 6px;
    text-align: center;
    line-height: 45px;
    font-size: 2rem
}

.shareBox li a:hover {
    text-decoration: none
}


/*
 * top
 */
.top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 999;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: #ccc;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.top {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.top:hover {
    opacity: 0.8
}

.top img {
    vertical-align: middle;
}

/*
 * block
 */
.index_ {
    padding: 4rem 0 3rem;
}

.index_ .T {
    padding-bottom: 3.4em;
    text-align: center;
    color: #393a45;
    text-transform: uppercase;
}

.index_ .T h1 {
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: -webkit-pictograph;
    line-height: 1
}

.index_ .T h2 {
    font-size: 1.9rem;
}

.index_ .T h2 strong {
    padding: 0 2rem;
    position: relative
}

.index_ .T h2.border strong:before {
    display: block;
    content: ' ';
    width: 50%;
    height: 1px;
    border-bottom: 1px solid #8d8d8d;
    position: absolute;
    right: 100%;
    bottom: 46%
}

.index_ .T h2.border strong:after {
    display: block;
    content: ' ';
    width: 50%;
    height: 1px;
    border-bottom: 1px solid #8d8d8d;
    position: absolute;
    left: 100%;
    bottom: 46%
}

.index_ .T h3 {
    font-size: 24px;
    font-weight: normal;
}

.index_ .T h4 {
    font-size: 16px;
    font-weight: normal;
    color: #7e7e7e
}

.index_ .T h5 {
    font-size: 14px;
    font-weight: normal;
    color: #282828;
    font-family: 'times new roman'
}

.index_ .T img {
    display: block;
}

.newscopy {
    padding: 10px;
    font-size: 12px;
    background: #EFEFEF;
    border: 1px solid #CCC;
    line-height: 18px;
    box-sizing: border-box;
    clear: both;
    margin: 30px auto;
}

/* ==========================================================================
   Common module
   ========================================================================== */

.text-color1 {
    color: #282828
}

.text-color2 {
    color: #0ba754
}

/* more: text or block */
a.more {
}

a.more {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

a.more:hover {
}

a.more.block {
    padding: 6px 30px;
    border: 1px solid #d2d2d2;
    display: inline-block;
    margin-top: 20px
}

a.more.block:hover {
    border-color: #ad2226;
    color: inherit;
}

a.button {
    width: 220px;
    height: 45px;
    border: 1px #eee solid;
    border-radius: 40px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    position: relative;
    overflow: hidden;
}

a.button.anim span {
    position: absolute;
    left: 50%;
    top: 0;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

a.button.anim i:before {
    font-size: 22px;
    color: #ec408c;
    position: absolute;
    top: 9px;
    left: 0;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

a.button.anim:hover i:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.button.anim:hover span {
    left: 120%;
}

/*字体盒子模型*/
.services-box {
    padding: 1rem 0 3.5rem 0;
    display: block;
    color: #fff
}

.services-box .icon {
    display: inline-block;
    background: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 0px;
}

.services-box .icon a {
    display: block;
    width: 67px;
    height: 67px;
    margin: 0 auto;
    padding-top: 12px;
}

.services-box .icon img {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.services-box .icon a:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.services-box h3 {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    font-weight: normal;
}

.services-box p {
    font-size: 14px;
}

.services-box i {
    display: inline-block;
    width: 105px;
    height: 74px;
    border-radius: 100%;
    font-size: 44px;
    line-height: 74px; /*background-color: rgba(255,255,255,.1);*/
    color: #b9b8be
}

.services-box.horizontal {
    text-align: left;
    padding-bottom: 0
}

.services-box.horizontal .icon {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
}

.services-box.horizontal .icon a {
    padding-top: 0;
    line-height: 67px;
    text-align: center;
    font-size: 40px;
}

.services-box.horizontal h3 {
    margin-left: 180px;
    padding: 0;
    margin-bottom: 20px;
}

.services-box.horizontal p {
    margin-left: 40px;
    height: 40px;
    font-size: 12px
}

/*媒体盒子模型*/
.media-box {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.media-box .icon,.media-box .icon2 {
    display: inline-block;
    background: #f3f4f8;
    width: 300px;
    height: 190px;
    overflow: hidden
}
.media-box .icon2 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.media-box .icon {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.media-box h5 {
    font-size: 1rem;
    padding: 0.35rem 0.75rem;
    font-weight: normal;
    color: #000
}

.media-box h3 {
    font-size: 14px;
    padding: 5px 10px;
    font-weight: normal;
    color: #000;
}

.media-box p {
    font-size: 0.88rem;
    padding: 0 10px;
    line-height: 2.4;
}

.media-box h6 {
    background: rgba(54, 105, 170, 0.8);
    line-height: 3;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    font-weight: normal;
}

.media-box .icon img {
    width: auto;
    height: auto
}

.media-box .icon img {
    transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.media-box.anim.anim-scale:hover .icon img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/*图片+遮罩模型*/
.port-box {
    border: 1px #fff solid;
    position: relative;
    overflow: hidden;
}

.port-box .portimg {
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 230px;
}

.port-box .portimg img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    opacity: 1 !important;
}

.port-box .portinfo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    color: #fff
}

.port-box .portinfo h3 {
    display: block;
    margin-top: 18%;
    padding: 8px;
    font-size: 40px;
    color: #fff;
    border: 0px
}

.port-box .portinfo p {
    color: #fff
}

.port-box .portinfo p a {
    color: #fff;
    font-size: 16px;
    padding: 0 6px
}

.port-box.anim .portinfo h3 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.port-box.anim .portinfo p {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.port-box.anim:hover .portinfo {
    background-color: rgba(94, 40, 50, 0.9);
    opacity: 1;
}

.port-box.anim:hover .portinfo h3, .port-box.anim:hover .portinfo p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.port-box.anim:hover .portimg img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.i-prorec .icon {
    position: relative
}

.i-prorec .bg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .68;
    filter: alpha(opacity=.68)
}

.i-prorec .bg-text {
    position: absolute;
    top: 50px;
    left: -100%;
    width: 100%;
    text-align: center;
    transition: initial
}

.i-prorec .num {
    color: #fff;
    font-size: 18px;
    font-family: å¾®è½¯é›…é»‘
}

.i-prorec .price {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    color: #fff;
    line-height: 30px
}

.article {
    text-align: left;
}

.article .C {
    margin: 15px 0;
    font-size: 14px;
    overflow: hidden;
}

/* ==========================================================================
   Common widgets
   ========================================================================== */
/*
 * special nav menu
 */
.common-menu {
    position: absolute;
    z-index: 20;
    right: 12.5%;
    top: -90px;
    width: 160px;
    transition: 344ms ease-in-out;
}

.common-menu.scoll1 {
    position: fixed;
    top: 66px;
    transition: 344ms ease-in-out;
}

.common-logo {
    height: 90px;
    background: url(../img/menus.jpg) center no-repeat;
    background-size: cover;
}

.common-logo h4 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 30% 0 2em 0;
    font-weight: normal;
    margin: 0;
}

.innmenu {
    padding: 18px 0 20px;
    border: 1px solid #253580;
    background: #fff;
}

.innmenu li {
    position: relative;
    margin-bottom: 1px;
}

.innmenu li:before {
    content: "";
    width: 0;
    height: 29px;
    line-height: 29px;
    background: #2a3c90;
    position: absolute;
    left: 50%;
    top: 0;
    transition: 310ms ease-in-out;
}

.innmenu li a {
    display: block;
    line-height: 29px;
    position: relative;
    z-index: 5;
    color: #000000;
    font-size: 13px;
    text-align: center;
}

.innmenu li a:before {
    content: "";
    width: 9px;
    height: 14px;
    background: url(../img/arrow5.png) center no-repeat;
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: 260ms 0ms;
}

.innmenu li:hover:before, .innmenu li.on:before {
    width: 100%;
    left: 0;
}

.innmenu li:hover a, .innmenu li.on a {
    color: #fff;
}

.innmenu li:hover a:before, .innmenu li.on a:before {
    opacity: 1;
    visibility: visible;
    transition: 280ms 220ms;
}

/* 
 * responsive menu avialiable for pc and mobile
 */
.m-ins-navbox {
    position: absolute;
    text-align: center;
    top: -52px;
    width: 100%;
}

.m-ins-navbox .right .tit {
    display: none;
}

.m-ins-navbox .ret-subbox {
    display: none;
}

.m-ins-navbox .right .subbox {
    text-align: center
}

.m-ins-navbox .right .subbox a {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 12px 20px;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 1rem;
}

.m-ins-navbox .right .subbox a:hover {
    color: #0c6fd4;
}

.m-ins-navbox .right .subbox a.cur {
    background-color: #0c6fd4;
    color: #fff;
}

@media screen and (max-width: 40em) {
    .m-ins-navbox {
        width: 100%;
        height: 38px;
        background-color: #fff;
        position: relative;
        top: 0;
        z-index: 99;
        padding: 0 !important
    }

    .m-ins-navbox .left {
        width: 15%;
        cursor: pointer;
        float: left;
    }

    .m-ins-navbox .left .ico {
        display: block;
        width: 100%;
        height: 38px;
        background: url("../img/base/ico_2.png") no-repeat center #0ba754;
        background-size: auto 50%;
    }

    .m-ins-navbox .right {
        width: 85%;
        position: relative;
        float: right;
        border-bottom: 1px solid #e5e5e5;
    }

    .m-ins-navbox .right .tit {
        display: block;
        width: 95%;
        padding-left: 5%;
        font-size: 14px;
        color: #035cac;
        line-height: 37px;
        background: url("../img/base/ico_1.png") no-repeat 93% center;
        background-size: auto 50%;
        cursor: pointer;
    }

    .m-ins-navbox .right .subbox {
        width: 100%;
        position: absolute;
        top: 37px;
        background-color: #fff;
        z-index: 2;
        display: none;
        left: 0;
        text-align: left;
    }

    .m-ins-navbox .right .subbox a {
        display: block;
        width: 95%;
        padding: 0 0 0 5%;
        line-height: 38px;
        height: 38px;
        border-top: 1px solid #e5e5e5;
        background: url("../img/base/ico_3.png") no-repeat 92% center;
        background-size: auto 35%;
        color: #666;
        font-size: inherit;
        border-radius: 0;
        margin: 0;
    }

    .m-ins-navbox .right .subbox a.cur {
    }

    .m-ins-navbox .ret-subbox {
        position: absolute;
        top: 38px;
        width: 100%;
        background-color: #0c6fd4; /*#035cac;*/
        left: 0;
        z-index: 2;
        display: none;
    }

    .m-ins-navbox .ret-subbox a {
        display: block;
        width: 95%;
        padding-left: 5%;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #4882b6; /*#4882b6;*/
        color: #fff;
        font-size: 14px;
        background: url("../img/base/ico_3.png") no-repeat 92% center;
        background-size: auto 35%;
    }

    .m-ins-blackbg {
        position: absolute;
        left: 0;
        top: 38px;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
        display: none;
        z-index: 10;
    }
}